home *** CD-ROM | disk | FTP | other *** search
- <SCRIPT LANGUAGE="JavaScript">
- <!-- Start script
- var ms = navigator.appVersion.indexOf("MSIE")
- ie4 = (ms>0) && (parseInt(navigator.appVersion.substring(ms+5, ms+6)) >= 4)
-
- function move3(from, to) {
- if (from > to) {
- document.all.texte3.style.top = (from -= 10);
- setTimeout('move3(' + from + ',' + to + ')', 75);
- }
- }
- function moven3(from, to) {
- if (from > to) {
- document.texte3.top = (from -= 10);
- setTimeout('moven3(' + from + ',' + to + ')', 75);
- }
- }
- // End script -->
- </SCRIPT>
-